System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {00020

Posted by Tomas I on Stack Overflow See other posts from Stack Overflow or by Tomas I
Published on 2009-09-29T07:52:19Z Indexed on 2010/04/01 14:03 UTC
Read the original article Hit count: 873

Filed under:
|
|

Hello.

I have a problem with a C# ASP .NET project in Visual Studio 2008 This problem started when I reinstalled my computer with Windows 7 ultimate 64-bit. To this I'm also using Office 2007.

The error message I'm getting is:

{System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005. at xxx.Utility.WordDocument..ctor(String filePath, HttpServerUtility util) at customer_communication.BuCreate_click(Object sender, EventArgs e) in c:\xxx\Website\customer\communication.aspx.cs:line 127}

If anyone can help me I would rely appreciate it.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET